-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use ULA addresses in NAT64 #1878
Can't use ULA addresses in NAT64 #1878
Conversation
Thanks for the PR! ❤️ |
5b0decc
to
29581c0
Compare
29581c0
to
99c3240
Compare
99c3240
to
39d7b21
Compare
39d7b21
to
f9d53ee
Compare
Ran into an issue where routing on the OCP cluster gets confused by the use of ULA addresses on the machine network. OCP uses ULA addresses for internal networks, OVN kubernetes for example. When using ULA addressing on the machine network there is race when building the routing tables - and in some cases the hosts end up using the wrong source address in outgoing traffic. To fix this, switch to GUA addresses.
f9d53ee
to
3e57f50
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cjeanner The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1950573
into
openstack-k8s-operators:main
Ran into an issue where routing on the OCP cluster gets confused by the use of ULA addresses on the machine network.
OCP uses ULA addresses for internal networks, OVN kubernetes for example. When using ULA addressing on the machine network there is race when building the routing tables - and in some cases the hosts end up using the wrong source address in outgoing traffic.
To fix this, switch to GUA addresses.
As a pull request owner and reviewers, I checked that: